home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / diskcopy.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  1.2 KB  |  46 lines

  1. DiskCopy
  2.  
  3. Copies the contents of one disk to another.
  4.  
  5. Format
  6.  
  7. DISKCOPY [FROM] <device> [TO] <device> [NAME <name>] [NOVERIFY] [MULTI]
  8.  
  9. Template
  10.  
  11. FROM/A,TO/A,NAME/K,NOVERIFY/S,MULTI/S,
  12.  
  13. Location
  14.  
  15. SYS:System
  16.  
  17. The <device> parameters specify the name of the disk devices to copy from and
  18. to copy to; for example, DF0: and DF1:.
  19.  
  20. By default, the destination disk has the same name as the source disk. If you
  21. specify the NAME option, you can give the destination disk a different name
  22. from the source disk.
  23.  
  24. Normally during a DiskCopy, the Amiga copies and verifies each cylinder of
  25. data. The NOVERIFY option allows you to skip the verification process, making
  26. the copy faster.
  27.  
  28. The MULTI option loads the data on the source disk into memory, allowing you
  29. to make multiple copies without having to read the data from the source disk
  30. each time.
  31.  
  32. Example 1:
  33.  
  34. 1> DISKCOPY> DF0: TO DF2:
  35.  
  36. copies the contents of the disk in drive DF0: to the disk in drive DF2:
  37. overwriting the contents of the disk in drive DF2:.
  38.  
  39. Example 2:
  40.  
  41. 1> DISKCOPY DF0: TO DF2: NAME NewDisk NOVERIFY
  42.  
  43. copies the contents of the disk in drive DF0: to the disk in drive DF2: and
  44. gives the disk in drive DF2: the name NewDisk. The disk is not verified as it
  45. is copied.
  46.